Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Package com.pacist.diamonds

Class com.pacist.diamonds.AngularController

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

endAngle

double endAngle

startAngle

double startAngle


Class com.pacist.diamonds.ArrowButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

margin

int margin
Default margin is 1.

orientation

int orientation
Default orientation is Direction.UP.


Class com.pacist.diamonds.BezelPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

innerShadow

int innerShadow
Type of shadow for the inner region.

margins

java.awt.Insets margins
Margins for the BezelPanel.

outerShadow

int outerShadow
Type of shadow for the outer region.


Class com.pacist.diamonds.Book

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

bookListeners

java.util.Vector bookListeners
All classes interested in Book events.

bottomMargin

int bottomMargin
Margin between components in pages.

currentPage

java.awt.Component currentPage
Currently active page.

currentTab

DrawnButton currentTab
Currently active tab.

firstBottom

DrawnButton firstBottom
Reference to first tab.

firstLeft

DrawnButton firstLeft
Reference to first tab.

firstRight

DrawnButton firstRight
Reference to first tab.

firstTop

DrawnButton firstTop
Reference to first tab.

height

int height
Height of book.

hGap

int hGap
Horizontal space left between components.

leftMargin

int leftMargin
Margin between components in pages.

pageHeight

int pageHeight
Height of page.

pageMap

java.util.Hashtable pageMap
Where all pages are kept.

pageWidth

int pageWidth
Width of page.

rightMargin

int rightMargin
Margin between components in pages.

sizeBottom

int sizeBottom

sizeLeft

int sizeLeft

sizeRight

int sizeRight

sizeTop

int sizeTop

topMargin

int topMargin
Margin between components in pages.

vGap

int vGap
Vertical space left between components.

width

int width
Width of book.


Class com.pacist.diamonds.BookEvent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

id

int id

newPage

java.awt.Component newPage

oldPage

java.awt.Component oldPage


Class com.pacist.diamonds.ButtonEvent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class com.pacist.diamonds.Controller

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

canMeasure

boolean canMeasure

listeners

java.util.Vector listeners

maxAtBottom

boolean maxAtBottom

maxValue

int maxValue

minValue

int minValue

postOnMouseDown

boolean postOnMouseDown

postWhileDragging

boolean postWhileDragging

showValue

boolean showValue

value

int value


Class com.pacist.diamonds.ControllerEvent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class com.pacist.diamonds.DiamondCanvas

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

tipText

java.lang.String tipText
Deprecated. As of JDK1.1.
Text to be displayed in ToolTip.

Remains only for JavaBeans compatibility reasons.


Class com.pacist.diamonds.DiamondPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

buffer

boolean buffer
Indicates whether the DiamondPanel should use a buffer to paint.

image

java.awt.Image image
Background Image for DiamondPanel.

offscreen

java.awt.Image offscreen
The offscreen buffer.


Class com.pacist.diamonds.DrawnButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

armed

boolean armed
Holds Button's armed state.

behaviour

byte behaviour
Holds the current behaviour of the button.

flags

byte flags
Holds the notify flags.

mouseIn

boolean mouseIn
Internal mouse tracking variable - true if mouse is inside the Button component; false otherwise.

shadowType

int shadowType
Shadow used.

state

int state
Current state.

states

int states
Number of states.

tracking

boolean tracking
Internal mouse tracking variable - true mouse has been pressed and held on button; false otherwise.

what

java.lang.Object what
Deprecated. as of JDK1.1


Class com.pacist.diamonds.FlexiButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

canMeasure

boolean canMeasure
Determines whether the button may use the dimensions of the image and label or not. Default is false.

downDisabledImage

java.awt.Image downDisabledImage
The image displayed when the button is being held down, but disabled.

downImage

java.awt.Image downImage
The image displayed when the button is being held down.

draw3DLabel

boolean draw3DLabel
Determines whether a 3D label should be drawn or not. Default is false.

height

int height
Height of FlexiButton.

hMargin

int hMargin
Horizontal margin. Default is 3;

imagePos

int imagePos
Position of image relative to the label. Default is WEST of the label.
See Also:
Direction

label

java.lang.String label
The text label for the button.

showImage

boolean showImage
Determines whether the image should be shown or not. Default is true.

showLabel

boolean showLabel
Determines whether the label should be shown or not. Default is true.

spacing

int spacing
Space between the image and the label.

upDisabledImage

java.awt.Image upDisabledImage
The image displayed when the button is untouched, but disabled.

upImage

java.awt.Image upImage
The image displayed when the button is untouched.

vMargin

int vMargin
Vertical margin. Default is 3;

width

int width
Width of FlexiButton.


Class com.pacist.diamonds.Knob

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

endAngle

double endAngle

margin

int margin

startAngle

double startAngle


Class com.pacist.diamonds.LinearController

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

hasPeer

boolean hasPeer
A boolean variable which records whether a peer has been assigned to this component.

orientation

int orientation
Holds the current orientation of the controller.
See Also:
HORIZONTAL, VERTICAL

thumbSize

int thumbSize
The size of the button you drag to change the value.

trackRect

java.awt.Rectangle trackRect
This holds the dimensions of the rectangle which is the background of the controller.

valueRect

java.awt.Rectangle valueRect
This holds the dimensions of the rectangle which shows the current value of the controller.


Class com.pacist.diamonds.Meter

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class com.pacist.diamonds.PolygonButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

polygon

java.awt.Polygon polygon
Internal data structure for the PolygonButton.


Class com.pacist.diamonds.ProgressBar

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

dontRepaint

boolean dontRepaint
We use paint() directly in this code; this is highly risky, as if the window has not yet been drawn we get all sorts of horrible effects, most of which end in core dumps from AWT. To get around this, we never repaint after setting values until we have had paint() called once. This flag is reset at that point.

progressColor

java.awt.Color progressColor

valInProgressColor

java.awt.Color valInProgressColor

valInSpaceColor

java.awt.Color valInSpaceColor

valueColorSwap

boolean valueColorSwap


Class com.pacist.diamonds.RadioGroup

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class com.pacist.diamonds.RoundButton

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

minRadius

int minRadius


Class com.pacist.diamonds.Slider

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class com.pacist.diamonds.Splitter

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

colDivider

com.pacist.diamonds.Splitter.Divider[] colDivider

cols

int cols

colWidth

int[] colWidth

defHeight

int defHeight

defWidth

int defWidth

dragCol

int dragCol

dragGraphics

java.awt.Graphics dragGraphics

dragRow

int dragRow

dragX

int dragX

dragY

int dragY

filledCols

boolean[] filledCols

filledRows

boolean[] filledRows

hGap

int hGap

margin

int margin

maxX

int maxX

maxY

int maxY

minX

int minX

minY

int minY

rowDivider

com.pacist.diamonds.Splitter.Divider[] rowDivider

rowHeight

int[] rowHeight

rows

int rows

sc1

int sc1

sc2

int sc2

shadowed

boolean shadowed

vGap

int vGap


Class com.pacist.diamonds.SuperGridLayout

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

alignment

int alignment
Alignment of components.
See Also:
Alignment

cols

int cols
Number of columns.

colWeights

int[] colWeights
Weights of all columns.

colWidths

int[] colWidths
Widths of all columns.

fill

int fill
Fill of components.
See Also:
Alignment

hGap

int hGap
Horizontal gap between components.

hMargin

int hMargin
Horizontal margin between components.

rowHeights

int[] rowHeights
Heights of all rows.

rows

int rows
Number of rows.

rowWeights

int[] rowWeights
Weights of all rows.

vGap

int vGap
Vertical gap between components.

vMargin

int vMargin
Vertical margin between components.


Class com.pacist.diamonds.ToolBar

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES